home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3iaskel.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  49 lines

  1.  
  2. // JavaScript wrapper for s3iaskel.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASKELSPEC_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_IASKELSPEC = 1602;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IASKELSPECA_CurrentPos = 1602500;
  19. function GetR3IASKELSPECA_CurrentPos() {
  20.   return R3Get(this.r3obj, R3IASKELSPECA_CurrentPos, R3TID_VECTOR, 0); 
  21. }
  22.  
  23. R3IASKELSPECA_CurrentParam = 1602501;
  24. function GetR3IASKELSPECA_CurrentParam() {
  25.   return R3Get(this.r3obj, R3IASKELSPECA_CurrentParam, R3TID_VECTOR, 0); 
  26. }
  27.  
  28. R3IASKELSPECA_CurrentObject = 1602502;
  29. function GetR3IASKELSPECA_CurrentObject() {
  30.   return R3ToJS(R3Get(this.r3obj, R3IASKELSPECA_CurrentObject, R3TID_OBJECT, 0)); 
  31. }
  32.  
  33.  
  34.  
  35. function r3Iaskelspec () { 
  36.    this.base = r3God;
  37.    if(arguments.length) {
  38.       this.base(R3CLID_IASKELSPEC, arguments);
  39.    }
  40.    // Methods
  41.  
  42.    // Attributes
  43.    this.GetCurrentPos=GetR3IASKELSPECA_CurrentPos;
  44.    this.GetCurrentParam=GetR3IASKELSPECA_CurrentParam;
  45.    this.GetCurrentObject=GetR3IASKELSPECA_CurrentObject;
  46. }
  47.  
  48. r3Iaskelspec.prototype=new r3Intact;
  49. // s3iaskel.h_H